home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 November / macformat-109.iso / Shareware / Utilities / CreaText 1.3.2ƒ.sea / CreaText 1.3.2ƒ / JavaScript / Sample addon next >
Encoding:
Text File  |  2001-06-24  |  321 b   |  22 lines  |  [TEXT/JAZZ]

  1. <javascript>
  2.  
  3. example addon, Marius Sauthier, Feb. 2000
  4. extends the JavaScript menu
  5. CreaText only scans for the information between the tags
  6. so you can write comments and stuff everywhere else
  7.  
  8. <name>
  9. Example script
  10. </name>
  11.  
  12.  
  13. <code>
  14. var i = 0;
  15.  
  16. function ExampleFunc()
  17. {
  18.      i++;
  19. }
  20. </code>
  21. free software rulez!
  22. </javascript>